home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web08 / tutorial3 Review Assignment / sunny.css < prev   
Cascading Style Sheet File  |  2011-02-09  |  834b  |  34 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Review Assignment
  5.  
  6.    Sunny Acres Holiday Festival Style Sheet
  7.    Author: Andrew Densmore
  8.    Date: 2/9/11 
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14.  
  15. body     {background-color: white; font-family: Arial, Helvetica, sans-serif;
  16.         margin-left: 0em; background-image:url("greenbar.jpg")}
  17.         
  18.  
  19.         
  20. h1     {border-bottom: 3px solid green; margin:0em}
  21. h2    {color: white; padding-left: 5px; letter-spacing: 7px;
  22.         background-color: green}
  23. h3     {width: 200px}
  24.  
  25. address {text-align: center; font: normal small caps 8pt sans-serif;
  26.         border-bottom: 3px solid green; padding-top: 5px}
  27.  
  28.  
  29.  
  30.         
  31. #inner     {margin-left: 225px; padding-left:10px; float:right}
  32. #outer {width:770px}
  33. #photo    {float: right; margin: 10px 0px 10px 10px}
  34.